home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 1 / PC Actual CD 01.iso / share / dos / graficos / plydat14.arj / RADIAL.PI < prev    next >
Encoding:
Text File  |  1992-03-03  |  438 b   |  24 lines

  1. # Generic Polyray input File
  2. # Polyray input file: Alexander Enzmann
  3.  
  4. # Set up the camera
  5. viewpoint {
  6.    from <0,10,-20>
  7.    at <0,0,0>
  8.    up <0,1,0>
  9.    angle 45
  10.    resolution 256, 256
  11.    }
  12.  
  13. background sky_blue
  14. light <-10,3, -20>
  15.  
  16. include "colors.inc"
  17.  
  18. object {
  19.    polygon 4, <-30, -2, -30>, <-30, -2, 30>, <30, -2, 30>, <30, -2, -30>
  20.    texture {
  21.       radial 20, 0.7, 1, 0.2, matte_white, matte_black
  22.       }
  23.    }
  24.